home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / setmsv20.lha / SetMouse / SetMouse.doc < prev    next >
Text File  |  1995-12-06  |  2KB  |  42 lines

  1. SetMouse V2.0   © 1995 Ketil Hunn
  2. ---------------------------------
  3.  
  4. BACKGROUND
  5.   SetMouse is part of the Recall package (the BEST reminder-utility
  6.   available!), but is also released on its own.
  7.  
  8.   Intentionally constructed to control the mouse pointer from Recall
  9.   input events (since the position of the mousepointer is not
  10.   accessible through the rawmouse input class), but may also be useful
  11.   for other purposes.
  12.  
  13. DESCRIPTION
  14.   SetMouse will enable you to control the mouse pointer position from
  15.   Shell and/or generate left, middle or right mouse button presses (or
  16.   a combination of these).
  17.  
  18.   May also be used to centre the mouse pointer on screen at boot time
  19.   (as in Windows) using the position -1,-1.
  20.  
  21. USAGE
  22.   SetMouse XPOS=NUMBER/A/N,YPOS=NUMBER/A/N,LEFTBUTTON/S,MIDDLEBUTTON/S,
  23.            RIGHTBUTTON/S,DOUBLECLICK/S
  24.  
  25.   XPOS          Horizontal mouse pointer position.
  26.   YPOS          Vertical mouse pointer position.
  27.   LEFTBUTTON    Generate a left mouse button press.
  28.   MIDDLEBUTTON  Generate a middle mouse button press.
  29.   RIGHTBUTTON   Generate a right mouse button press.
  30.   DOUBLECLICK   Generate a doubleclick left/middle/right mouse button
  31.                 press.
  32.  
  33. EXAMPLES
  34.   SetMouse 50 100              (move mouse pointer to X=50 Y=100)
  35.   SetMouse XPOS=50 YPOS=100    (move mouse pointer to X=50 Y=100)
  36.   SetMouse -1 -1               (centre mousepointer on screen)
  37.   SetMouse 12 90 LEFTBUTTON    (move mouse pointer to X=12 Y=90 and
  38.                                 generate a right mouse button press)
  39.  
  40. COPYRIGHTS
  41.   SetMouse V2.0 is © 1995 to Ketil Hunn!  You may use it as you like!
  42.